All Questions
2 questions
0votes
2answers
3kviews
Unable to build using Java OpenJDK 14. /bin/sh: javac: command not found
I've been tasked to work on updating a Java program that hasn't been touched for years and I'm running into issues building it using the latest version of Java OpenJDK 14.0.1.7-2 on Centos 7. When I ...
1vote
1answer
3kviews
CentOs 7 CronTab set JAVA_HOME
With the root user I configured the JAVA_HOME variable for crontab like this: [root@localhost ~]# vim /etc/crontab _______ SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/jdk1.8.0_71/bin ...